include("conectare.php"); include("functions.php"); if (!isset($_GET['language'])) { $_GET['language']='en'; $language='en'; } else { if ($_GET['language']=='it') $language=''; else $language=$_GET['language']; } $more_info="Per informazioni o per un'offerta personalizzata contatta subito il nostro ufficio commerciale al numero 0742-846376 il nostro responsabile alle vendite al numero 328-9424484 oppure vai alla pagina dei contatti del nostro sito."; $more_infoen="For more information and to get the contacts of your nearest dealer please contact our sales department: info@sinaer.eu"; $more_inforo="Pentru informatii suplimentare si informatii despre cel mai apropiat dealer, va rugam sa contactati departamentul nostru de vanzari la: info@sinaer.eu"; $more_infosp="Para obtener más información y para obtener los contactos de su distribuidor más cercano contacte con nuestro departamento de ventas: info@sinaer.eu"; $more_infopo="Para obter mais informações e para obter os contatos de seu revendedor mais próximo entre em contato com nosso departamento de vendas: info@sinaer.eu"; $more_infodl="Für weitere Informationen und um die Kontakte der Händler in Ihrer Nähe wenden Sie sich bitte an unseren Vertrieb: info@sinaer.eu"; $more_infofr="Pour de plus amples informations et pour obtenir les contacts de votre revendeur le plus proche s'il vous plaît contactez notre service commercial : info@sinaer.eu"; $more_inforu="Чтобы получить более подробную информацию и контакты из ближайшего дилера, пожалуйста свяжитесь с нашим отделом продаж: info@sinaer.eu"; $more_informations="more_info".$language; $more_informations=$$more_informations; $more="Ulteriori informazioni"; $moreen="Further information"; $moresp="Información adicional"; $morepo="Informações adicionais"; $moredl="Weitere Informationen"; $morefr="Information additionnelle"; $morero="Informatii suplimentare"; $moreru="Дополнительная информация"; $temp="more".$language; $more=$$temp; $technic="Scarica la scheda tecnica in PDF"; $technicen="Download the PDF technical brochure"; $technicsp="Descargar la hoja de datos en formato PDF"; $technicpo="Baixe a planilha de dados em PDF"; $technicro="Descarca informatii tehnice"; $technicdl="Download der PDF-technische Broschüre"; $technicfr="Télécharger la fiche au format PDF"; $technicru="Скачать PDF технические брошюры"; $temp="technic".$language; $technic=$$technic; if (isset($_GET['categorie']) ) { $sql=mysql_query("select * from categorii where id='".$_GET['categorie']."'"); $categorie=mysql_fetch_array($sql); $titlu_scurt=$categorie['denumire'.$language]." | SINAER - Spray equipment "; $titlu=''.$categorie['denumire'.$language].''; $sql=mysql_query("select * from categorii where id='".$categorie['pid']."'"); $cat=mysql_fetch_array($sql); $titlu=$cat['denumire'.$language].' » '.$titlu; } if (isset($_GET['pagina']) or (!isset($_GET['produs']) and !isset($_GET['categorie']))) { if (!is_numeric($_GET['pagina'])) { $_GET['pagina']=1; $sql=mysql_query("select * from pagini".$language." where id=1"); } else $sql=mysql_query("select * from pagini".$language." where id='".$_GET['pagina']."'"); $pagina=mysql_fetch_array($sql); $titlu=$pagina['titlu']; $titlu_scurt=$pagina['titlu']." | SINAER - Spray equipment "; } if (isset($_GET['produs'])) { $sql=mysql_query("select * from produse".$language." where id='".$_GET['produs']."'"); $produs=mysql_fetch_array($sql); $titlu=$produs['denumire']; $sql=mysql_query("select * from categorii where id='".$produs['id_categorie']."'"); $cat=mysql_fetch_array($sql); $titlu=$cat['denumire'.$language].' » '.$titlu; $titlu_scurt=$titlu." | SINAER - Spray equipment "; $keywords=$produs['keywords'.$language]; $description=$produs['description'.$language]; } $sql=mysql_query("select * from variabile where id=2"); $var=mysql_fetch_array($sql); ?>
$sql=mysql_query("select * from categorii where activ=1 order by id asc");
{
while ($row=mysql_fetch_array($sql))
{
$sql1=mysql_query("select * from categorii where pid='".$row['id']."' and activ=1 order by pozitia asc");
if (mysql_num_rows($sql1)!=0)
{
print '
';
while ($row1=mysql_fetch_array($sql1))
{
print ''.$row1['denumire'.$language].'';
}
print ' ';
}
}
}
?>
|
|
|